From 3ef206243e6b48bca4a5234f7e1b46e39bb51e26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 30 Aug 2004 20:31:09 +0000 Subject: [PATCH] Fix typo in comment string. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index 229f9c37de7..7f6e7c398a9 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1788,7 +1788,7 @@ digest_single_submenu (start, end, top_level_items) return first_wv; } -/* Walk through thw widget_value tree starting at FIRST_WV and update +/* Walk through the widget_value tree starting at FIRST_WV and update the char * pointers from the corresponding lisp values. We do this after building the whole tree, since GC may happen while the tree is constructed, and small strings are relocated. So we must wait -- 2.30.2